home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / pcutils / dos / vfd / sample.bat < prev    next >
DOS Batch File  |  1995-12-30  |  226b  |  10 lines

  1. @echo off
  2. rem Replace the AVI file names with your favorite RLE AVIs.
  3. :start
  4. geewiz pretty.avi -l1 -g -d -f3 -m1
  5. if errorlevel 1 goto end
  6. geewiz pretty2.avi -l1 -g -d -f3 -m2
  7. if errorlevel 1 goto end
  8. goto start
  9. :end
  10.